home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / game / role / Angband_2_6_2.lha / Angband / src / store1.c.diffs < prev    next >
Text File  |  1995-01-06  |  241b  |  11 lines

  1.  
  2.         TO TRANSFORM store1.c INTO store1.c.orig ...
  3.  
  4. *** CHANGE [479,480] IN store1.c TO 479 IN store1.c.orig ***
  5. <    /* Patch by abigail@xs4all.nl (Martian) */
  6. <    j = (randint(MAX_STORES) - 1) - 1;
  7.  
  8. ---------------
  9. >    j = randint(MAX_STORES) - 1;
  10.  
  11.